home *** CD-ROM | disk | FTP | other *** search
- #
- # lines begin with '#' are comment lines
- #
- # Fixed 256 = 0, Median Cut = 1, Median Cut(Better) = 2,
- # Grey 256 = 3, Variance Based = 4, Statistical = 5, Current Palette = 6
- #
- quantization=5
-
- dither_in_quantization=1 # boolean
-
- jpeg_color_dither=1 # boolean
-
- jpeg_block_smooth=0 # boolean
-
- # No = 0, 1 Pass = 1, 2 Pass = 2, Grey256 = 3
- #
- jpeg_quantization=0
-
- overwrite_confirm=1 # boolean
-
- # FS = 0, Stucki = 1, JJN = 2
- #
- bw_dither_method=0
-
- save_24_for_8=0 # boolean
-
- # More efficient = 0, Efficient = 1
- #
- inverse_color_map=0
-
- # 8 bits = 0, 15 bits = 1, 16 bits = 2, 24 bits = 3
- #
- display_type=3
-
- # by filename = 0, by extension = 1, by size = 2, by date = 3
- #
- sort_file_method=0
-
- # Set to Highest Palette number = 0, Remove unused colors = 1,
- # Always set to 256 colors = 2, No effect = 3
- #
- number_of_colors=1
-
- # background color : 0...255
- #
- background_red=0
- background_green=0
- background_blue=0
-
- auto_select_resolution=1 # boolean
-
- auto_select_display=1 # boolean
-
- # Number of colors for quantization. 2 <= colors <= 256
- #
- quantization_colors=256
-
- # Text Screen Columns. Must >= 80
- #
- text_columns=80
-
- # Text Screen Rows. Must >= 25
- #
- text_rows=25
-
- # Display Items:
- # File = 0, File & Size = 1, File & Dimension = 2,
- # File & Size & Dimension = 3
- #
- display_items=1
-
- center_image=1 # boolean
-
- # Default resolution:(For command line file reading)
- # 320 x 200 = 0, 640 x 350 = 1, 640 x 400 = 2, 640 x 480 = 3
- # 800 x 600 = 4, 1024 x 768 = 5, 1280 x 1024 = 6
- #
- default_resolution=3
-
- # Scrolling step: 1% ... 100% of screen dimension
- #
- scrolling_step=5
-